home *** CD-ROM | disk | FTP | other *** search
/ Asia X / Asia X.iso / pc / shared.dir / 00175.ls < prev    next >
Encoding:
Text File  |  1995-08-23  |  149 b   |  10 lines

  1. on mouseUp
  2.   global g_num_pics
  3.   mouseClick()
  4.   if the frame = label("MAINEND") then
  5.     go(label("MAIN"))
  6.   else
  7.     go(the frame + 1)
  8.   end if
  9. end
  10.